home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / X11 / ResConfigP.h < prev    next >
Encoding:
C/C++ Source or Header  |  2007-02-14  |  3.0 KB  |  79 lines

  1. /* $Xorg: ResConfigP.h,v 1.5 2001/02/09 02:03:56 xorgcvs Exp $ */
  2. /*
  3.  
  4. Copyright 1987, 1988, 1998  The Open Group
  5.  
  6. Permission to use, copy, modify, distribute, and sell this software and its
  7. documentation for any purpose is hereby granted without fee, provided that
  8. the above copyright notice appear in all copies and that both that
  9. copyright notice and this permission notice appear in supporting
  10. documentation.
  11.  
  12. The above copyright notice and this permission notice shall be included in
  13. all copies or substantial portions of the Software.
  14.  
  15. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  18. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  19. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  20. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  21.  
  22. Except as contained in this notice, the name of The Open Group shall not be
  23. used in advertising or otherwise to promote the sale, use or other dealings
  24. in this Software without prior written authorization from The Open Group.
  25.  
  26. */
  27. /*****************************************************************
  28.  
  29. (C) COPYRIGHT International Business Machines Corp. 1992,1997
  30.     All Rights Reserved
  31.  
  32. Permission is hereby granted, free of charge, to any person obtaining a copy
  33. of this software and associated documentation files (the "Software"), to deal
  34. in the Software without restriction, including without limitation the rights
  35. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  36. copies of the Software.
  37.  
  38. The above copyright notice and this permission notice shall be included in
  39. all copies or substantial portions of the Software.
  40.  
  41. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  42. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  43. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  44. THE IBM CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
  45. BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
  46. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
  47. IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  48.  
  49. Except as contained in this notice, the name of the IBM Corporation shall
  50. not be used in advertising or otherwise to promote the sale, use or other
  51. dealings in this Software without prior written authorization from the IBM
  52. Corporation.
  53.  
  54. ******************************************************************/
  55. /* $XFree86: xc/lib/Xt/ResConfigP.h,v 3.7 2001/12/20 19:40:59 tsi Exp $ */
  56.  
  57. #ifndef _RESCONFIGP_H
  58. #define _RESCONFIGP_H
  59.  
  60. #include <X11/Xfuncproto.h>
  61.  
  62. _XFUNCPROTOBEGIN
  63.  
  64. /*
  65.  * Atom names for resource configuration management customization tool.
  66.  */
  67. #define RCM_DATA "Custom Data"
  68. #define RCM_INIT "Custom Init"
  69.  
  70. extern void _XtResourceConfigurationEH(
  71.     Widget         /* w */, 
  72.     XtPointer     /* client_data */, 
  73.     XEvent *     /* event */
  74. );
  75.  
  76. _XFUNCPROTOEND
  77.  
  78. #endif
  79.